home *** CD-ROM | disk | FTP | other *** search
- Path: yarrina.connect.com.au!usenet
- From: Andrew Dalgleish <andrewd@axonet.com.au>
- Newsgroups: comp.lang.c
- Subject: Re: Something to play with.
- Date: Tue, 30 Jan 1996 18:59:45 +1000
- Organization: Axon Research, Pty Ltd
- Message-ID: <310DDE01.1611@axonet.com.au>
- References: <4eist1$9fk@airdmhor.gen.nz>
- NNTP-Posting-Host: 203.63.6.118
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b5 (Win95; I)
-
- Simon Hosie wrote:
- > [snip]
- > If anyone gets any kind of warning or error comiling this or anything it
- > generates, please let me know.
-
- Your code:
- C:\Atw\test1\test1.c(56) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
- C:\Atw\test1\test1.c(57) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
- C:\Atw\test1\test1.c(57) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
- C:\Atw\test1\test1.c(57) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
- Generated code (renamed):
- C:\Atw\test2\test2.c(59) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
- C:\Atw\test2\test2.c(60) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
- C:\Atw\test2\test2.c(61) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
- C:\Atw\test2\test2.c(62) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
- Passing test2.c through itself:
- C:\Atw\test3\test3.c(211) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
- C:\Atw\test3\test3.c(212) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
- C:\Atw\test3\test3.c(212) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
- C:\Atw\test3\test3.c(212) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
-
- Cheers
-